home *** CD-ROM | disk | FTP | other *** search
- #ifndef _UTIL_H_
- #define _UTIL_H_
-
- /*#ifndef _BTREE_H_
- #include <util/BTree.h>
- #endif*/
-
- #ifndef _FILE_H_
- #include <util/File.h>
- #endif
-
- #ifndef _UTIL_FUNCS_H_
- #include <util/funcs.h>
- #endif
-
- #ifndef _KEYEDLIST_H_
- #include <util/KeyedList.h>
- #endif
-
- #ifndef _NAMEDPIPE_H_
- #include <util/NamedPipe.h>
- #endif
-
- #ifndef _ORGANIZEDFILE_H_
- #include <util/OrganizedFile.h>
- #endif
-
- #ifndef _SIMPLELIST_H_
- #include <util/SimpleList.h>
- #endif
-
- #ifndef _SORTEDLIST_H_
- #include <util/SortedList.h>
- #endif
-
- #ifndef _STRING_H_
- #include <util/String.h>
- #endif
-
- #ifndef _THREAD_H_
- #include <util/Thread.h>
- #endif
-
- #ifndef _TIME_H_
- #include <util/Timer.h>
- #endif
-
- /*#ifndef _VALUE_H_
- #include <util/Value.h>
- #endif*/
-
- #endif
-